body {
  background-color: #24282c !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*.english {
  font-family: "Courier New", Courier, monospace !important;
  font-weight: bold;
}

.waiter-open-modal-btn img {
  width: 100%;
  height: 100%;
}
.waiter-open-modal-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  background: transparent;
  transition: 0.6s;
  outline: none;
  border: none;
  margin-left: 10px;
  margin-bottom: 5px;
}

#event {
  font-family: dana;
  position: fixed;
  background: rgba(67, 63, 63, 0.2);
  backdrop-filter: blur(10px);
  transform: translate(-26%, -50%);
  top: -80px;
  z-index: 100;
  width: 65%;
  transition: 1s;
  opacity: 0;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #fff;
  border-radius: 8px;
  height: 300px;
}
#event p {
  text-align: center;
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
}
#event button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  font-size: 15px;
  color: #ffffff;
  background-color: transparent;
}

.container {
  position: relative;
  width: 700px;
  height: 100vh !important;
}

#food_desc {
  margin-top: 60px;
  padding: 0 16px;
  text-align: center;
  display: inline-block;
  max-width: 330px;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 10px;
}
.ivaan-first-page-v4 #food_desc{
  background-color: #efecdd !important;
}

#big-div {
  width: 100%;
  color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

#big-img {
  border-radius: 5px;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  min-width: 80%;
  min-height: 80%;
}

.swiper-wrapper .swiper-slide img {
  cursor: pointer;
}
